SftTree/NET 2.0

VAlignDefault Property, FootersClass Class

Softel vdm, Inc.

Defines the default vertical alignment for parts within cells in column footers.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property VAlignDefault As VAlignmentEnum

C#   

public VAlignmentEnum VAlignDefault { get; set; }

C++   

public: property VAlignmentEnum VAlignDefault {
        VAlignmentEnum get();
        void set(VAlignmentEnum value);
}

Property Value

The default vertical alignment.

VAlignmentEnum

Value

Description

Top

0

The contents are aligned with the top of the available space.

Center

1

The contents are vertically centered within the available space.

Bottom

2

The contents are aligned with the bottom of the available space.

The default value is VAlignmentEnum.Center.

Comments

The VAlignDefault property defines the default vertical alignment for parts within cells in column footers.

Individual parts can override the default alignment using the GenericPartClass.VAlign property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com